From: Simon Leinen Date: Sat, 24 Mar 2012 13:23:23 +0000 (+0800) Subject: * vc/vc.el (vc-merge): Fix a prompt. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~376 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2659445b47320f30a6fce35c5a9cb41c8e7d8041;p=emacs.git * vc/vc.el (vc-merge): Fix a prompt. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2e86a85d740..8b5a1570298 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,8 +1,14 @@ +2012-03-24 Simon Leinen + + * vc/vc.el (vc-merge): Fix a prompt. + 2012-03-24 Chong Yidong * mwheel.el (mwheel-scroll): Call deactivate-mark at the right point (Bug#9623). + * button.el (button-at): Minor addition to docstring. + 2012-03-23 Stefan Monnier * newcomment.el (comment-choose-indent): No space after BOL. diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index e1141cb392d..4cbbf47c2d6 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -1922,7 +1922,7 @@ changes from the current branch." (setq first-revision (vc-read-revision (concat "Merge " file - "from branch or revision " + " from branch or revision " "(default news on current branch): ") (list file) backend))